CommonEvent 912
Name = "ボス階層白兎"

  999([912])
  Label(["メニュー"])
  ShowChoices([["Change Jobs", "Edit Party", "Escape from the Chaos Labyrinth", "Never mind"], 4])
  When([0, "転職する"])
    Script(["SceneManager.call(Scene_JobChange)"])
    ShowTextAttributes(["sirousagi_fc1", 0, 0, 2])
    ShowText(["\\n<White Rabbit>Is there anything else?"])
    ShowText([""])
    JumpToLabel(["メニュー"])
    Empty([])

  When([1, "パーティを編成する"])
    GatherFollowers([])
    Script(["call_party_edit"])
    ShowTextAttributes(["sirousagi_fc1", 0, 0, 2])
    ShowText(["\\n<White Rabbit>Is there anything else?"])
    ShowText([""])
    JumpToLabel(["メニュー"])
    Empty([])

  When([2, "混沌の迷宮から脱出する"])
    ShowTextAttributes(["sirousagi_fc1", 0, 0, 2])
    ShowText(["\\n<White Rabbit>You're on floor \\V[121] right now...\nDo you really want to escape?"])
    ShowText([""])
    ShowText([""])
    ShowChoices([["Stay Here", "Escape"], 0])
    When([0, "やっぱりここにいる"])
      ShowTextAttributes(["sirousagi_fc1", 0, 0, 2])
      ShowText(["\\n<White Rabbit>I see...Is there anything else?"])
      ShowText([""])
      JumpToLabel(["メニュー"])
      Empty([])

    When([1, "脱出する"])
      ShowTextAttributes(["sirousagi_fc1", 0, 0, 2])
      ShowText(["\\n<White Rabbit>Do you really, truly want to escape?"])
      ShowText([""])
      ShowChoices([["Stay Here", "Escape"], 0])
      When([0, "やっぱりここにいる"])
        ShowTextAttributes(["sirousagi_fc1", 0, 0, 2])
        ShowText(["\\n<White Rabbit>I see...Is there anything else?"])
        ShowText([""])
        JumpToLabel(["メニュー"])
        Empty([])

      When([1, "脱出する"])
        ShowTextAttributes(["sirousagi_fc1", 0, 0, 2])
        ShowText(["\\n<White Rabbit>Well then, bye bye!"])
        ShowText([""])
        FadeoutScreen([])
        FadeoutBGM([1])
        Wait([60])
        CallCommonEvent([902])
        Wait([60])
        TransferPlayer([0, 644, 18, 11, 2, 2])
        FadeinScreen([])
        ExitEventProcessing([])
        Empty([])

      ChoicesEnd([])
      Empty([])

    ChoicesEnd([])
    Empty([])

  When([3, "用はない"])
    ShowTextAttributes(["sirousagi_fc1", 0, 0, 2])
    ShowText(["\\n<White Rabbit>See you~!"])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  ChoicesEnd([])
  Empty([])
